* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cover{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
}
a{
    color: #666666;
}
a:hover{
    color: #005ca1;
}

.blue{color: #005ca1;}
u{text-decoration: none;}
img{
    max-width: 100%;
    height: auto;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  -webkit-appearance: none;
}
select,
input,
textarea{
    outline: none;
}

h1,h2,h3,h3,h4,h5,h6{font-weight: normal;}

#map img{
	max-width: 999999999px;
}
.BMapLabel{
	display: none !important;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    width:100%;
    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-slider,
.slick-slider {
	outline: none;
}


body{
   /* font-family:"微软雅黑","Microsoft Yahei";*/
font-family:思源黑体;
    color: #686868;
    font-size: 14px;
}
.wp{
    max-width: 1155px;
    width: 100%;
    margin: 0 auto;
}

/*手机头部*/
.m-bar{
    height: 60px;
    background: #fff;
}
.logo-m{
    width: 75%;
    display: inline-block;
    float: left;
    margin-left: 10px;
    height: 60px;
    line-height: 60px;
}
.logo-m img{
    height: 58px;
    display: inline-block;
    z-index: 60;
    vertical-align: middle;
}
.m-hd{
    display: none;
    background-color: #fff;
    position: fixed;
    z-index: 1400;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0px 4px 5px -2px rgba(0,0,0,.2);
}
.m-nav{
    clear: both;
    position: absolute;
    top: 60px;
    left: 0;width: 100%;
}
.m-nav a{
    display: block;
    width: 100%;
    line-height: 40px;
    text-align: left;
    border-top: 1px solid #e0e0e0;
    font-size: 15px;
    background-color: #fff;
    padding: 0 20px;
    color: #333;
}

.m-trigger{
    height: 60px;
    cursor: pointer;
    width: 60px;
    float: right;
    background: url(/Public/Images/home/phpcms/zh-cn/menu.png) no-repeat center center;
    -webkit-background-size: 25px;
    -moz-background-size: 25px;
    -o-background-size: 25px;
    background-size: 25px;
}
.m-nav{display: none;}
.m-sub{
    display: none;
}
.m-sub a{font-size: 14px;padding: 0 30px;background-color: #F1F1F1;border-top-color: #efefef;}

.m-show{display: none;}




.page{
  text-align: center;
  color: #6f6f6f;
  padding: 35px 0 0 0;
}
.page a{
  display: inline-block;
  padding: 0 8px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #d2d2d2;
  color: #6f6f6f;
  margin: 0 3px;
  font-family:"微软雅黑","Microsoft Yahei";
}
.page span{
    margin-left: 4px;
}
.page a.on,.page a:hover{
  background-color: #005ca1;
  color: #fff;
  border: 1px solid #005ca1;

}

.m-page {
    width: 100%;
    height: 36px;
    border: 1px solid #ddd;
    border-left: none;
    line-height: 36px;
    font-size: 14px;
    display: none;
}
.body-m .m-page{display: block;}
.m-page a{
    float: left;
    width: 33.333333%;
    text-align: center;
    border-left: 1px solid #ddd;
    background: #eee;
    height: 100%;
}

.m-page .num{
    background: url(/Public/Images/home/phpcms/zh-cn/icon_m_page.png) no-repeat 80% center;
}
.m-page-pop{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    background-color: #fff;
    overflow: auto;
    z-index: 800000;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.m-page-pop a{
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    padding: 0 40px;
    font-size: 14px;
    color: #888;
}
.show-page .m-page-pop{
    height: 100%;
    padding-top: 60px;
}

/*底部*/
#fd{
    background: #333333;
    padding-top: 33px;
    color: #c6c6c6;
    margin-top: 60px;
}
#fd p,
#fd a{
    color: #c6c6c6;
}
#fd p{
    line-height: 2;
}
#fd a:hover{
    color: #fff;
}
#fd dl{
    float: left;
    line-height: 28px;
    color: #fff;
    width: 144px;
}
#fd dl dt{
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 16px;
}
#fd dl dd a{
    display: block;
}
#fd .fd-ewm{
	margin-top: 59px;
	float: right;
}
.fd-nav{
	overflow: hidden;
	margin-right: 50px;
	background: url(/Public/Images/home/phpcms/zh-cn/line2.gif) repeat-y 96% top;
	margin-bottom: 30px;
}
#fd .fd-ewm .pad{
	display: inline-block;
	width: 104px;
    text-align: center;
    margin-left: 30px;
    font-size: 12px;
}
#fd .fd-ewm img{
    width: 106px;
    margin-bottom: 4px;
}
#fd .fd-copy a{
    color: #c6c6c6;
}
#fd .fd-copy{
    padding: 9px 0;
    overflow: hidden;
    color: #c6c6c6;
    clear: both;
    background-color: #1b1b1b;
}
.friend-link{
	float: right;
}

.friend-link select{
	width: 185px;
	height: 31px;
	border: 1px solid #484848;
	background-color: #313131;
	color: #575555;
	text-indent: 20px;
}
.cur{
	border-bottom: 1px solid #dcdcdc;
	height: 58px;
	line-height: 58px;
	color: #999;
	position: relative;
	z-index: 590;
}
.cur a{
	color: #999;
	margin: 0 4px;
}
.cur a:hover{
	color: #005ca1;
}
.cur span{
	padding-left: 20px;
	background: url(/Public/Images/home/phpcms/zh-cn/ic_home.png) no-repeat left 50%;
}

.cur-bg{
	background-color: #fff;
}
select{
	font-family:"微软雅黑","Microsoft Yahei";
}
::-webkit-input-placeholder {
   font-family:"微软雅黑","Microsoft Yahei";
}

::-moz-placeholder {
   font-family:"微软雅黑","Microsoft Yahei";
}

::-ms-input-placeholder {
   font-family:"微软雅黑","Microsoft Yahei";
}

#top {
    background-color: #333333;
    height: 48px;
    position: relative;
    z-index: 997;
    color: #898989;
}
#top .topr{
    float: right;
    padding-right: 13px;
}
#top .top-so{
    border: 1px solid #a0a0a0;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
    width: 173px;
    height: 34px;
    border-radius: 10px;
    padding: 0 10px;
    float: left;
    margin-top: 7px;
    margin-left: 25px;
}
#top .focus{
	border: 1px solid #fff;
}
#top .top-so .inp{
    width: 128px;
    float: left;
    border: 0;
    height: 33px;
    padding: 0 10px;
    font-family:"微软雅黑","Microsoft Yahei";
    background: transparent;
    color: #a0a0a0;
}

#top .top-so .sub{
    background: url(/Public/Images/home/phpcms/zh-cn/ic_so.png) center 6px no-repeat;
    width: 18px;
    height: 33px;
    border: 0;
    cursor: pointer;
    float: right;
}
#top .top-so .sub:hover{
	background-position: 0 -63px;
}
#top .lan{
    background: url(/Public/Images/home/phpcms/zh-cn/ico_earth.png) left 15px no-repeat;
    padding-left: 34px;
    color: #999;
    display: inline-block;
    line-height: 30px;
    margin-left: 58px;
    margin-right: 35px;
    float: left;
    position: relative;
    width: 110px;
    height: 48px;
    display: block;
}
#top .lan:hover{
	background-position: left -54px;
}
#top .lan ul{
    width: 90px;
    height: 48px;
    position: absolute;
    right: -1px;
    top: 0;
    overflow: hidden;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
#top .lan li a{
    color: #999;
    line-height: 48px;
    display: block;
    padding: 0 13px 0 15px;
}
#top .lan ul{
    background: url(/Public/Images/home/phpcms/zh-cn/ico_arr.png) 98% 20px no-repeat;
}
#top .lan li a em{
    padding-right: 22px;

}
#top .lan ul:hover{
    background-color: #333;
}
#top  a:hover,
#top .lan li a:hover{
    color: #fff;
}
.top-l{float: left;}
.top-r{float: right;}
.top-link{float: left;}
.top-link,.t-tel{
	display: inline-block;
	line-height: 48px;
}
.t-tel{padding-left: 34px;background: url(/Public/Images/home/phpcms/zh-cn/ic_tel.png) no-repeat left 50%;}
.top-link a{padding-left: 25px;margin-right: 30px;}
.top-link .s1{background: url(/Public/Images/home/phpcms/zh-cn/ic_join.png) no-repeat left 3px;}
.top-link .s2{background: url(/Public/Images/home/phpcms/zh-cn/ic_contact.png) no-repeat left 3px;}
.top-link .s1:hover{background-position: 0 -73px;}
.top-link .s2:hover{background-position: 0 -73px;}
#hd{
	height: 114px;
	background-color: #fff;
	position: relative;
	z-index: 600;
	border-bottom: 1px solid #dcdcdc;
}

.logo{float: left;}
.logo img{vertical-align: bottom;}
#nav{
    float: right;
}
#nav ul{
    text-align: right;
    margin-top: 32px;
}
#hd .wp{
	position: relative;

}
#nav ul li{
    display: inline-block;
}
#nav ul li a.a1{
    font-size: 14px;
    margin-left: 43px;
	display: block;
	line-height: 77px;
	border-bottom: 4px solid #fff;
	color: #333;
}
#nav ul li.on a.a1,
#nav ul li a.a1:hover{
    color: #005ca1;
}
#nav .has-sub{
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 113px;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,.18);
    display: none;
    text-align: left;
}
.pro-col h3{font-size: 14px;color: #333;
	margin-bottom: 26px;
}
.pro-col{
	float: left;
	width: 14.2857%;
	text-align: center;
}
.pro-col dd{
	font-size: 12px;
	text-align: left;
	width: 53px;
	margin: 0 auto;
	height: 30px;
	line-height: 30px;
}
.pro-sub .wp{
	padding-left: 7%;
	padding-right: 7%;
}
.pro-sub img{
	margin-bottom: 10px;
}
.pro-sub{
	padding: 40px 0;
}
.sub-side{
	float: left;
	width: 336px;
	padding-left: 50px;
	padding-top: 36px;
}
.menu-sub{
	background-color: #fff;
}
.sub-main{
	   box-shadow:inset 10px 0px 10px -7px rgba(0,0,0,0.2);
	overflow: hidden;
}
.sub-main img{width: 100%;}
.sub-main h4{font-size: 16px;font-weight: bold;margin-bottom: 8px;}
.sub-main .txt{
	padding: 34px 44px 20px 44px;
}
.sub-main p{
	color: #999;
}
.sub-side a{
	display: block;
	height: 36px;
	line-height: 36px;
}
.sub-main img{
	vertical-align: bottom;
}
.sub-main p a{
	margin-right: 33px;
}
#banner .img{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding-top: 34%;
	position: relative;
}
#banner h3{
	font-size: 50px;
	color: #343434;
	font-weight: bold;
}
#banner p{
	color: #a67109;
	font-size: 23px;
	line-height: 2;
}
#banner .txt{
	position: absolute;
	top: 0;
	width: 50%;
	right: 0;
	top: 25%;
	text-align: center;
}

#banner .slick-dots{
    width: 100%;
    position: absolute;
    bottom: 45px;
    text-align: center;
}
#banner .slick-dots li{
    display: inline-block;
    line-height: 1;
    margin: 0 6px;
}
#banner .slick-dots li a{
    width: 12px;
    height: 12px;
    background-color: #fff;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    font-size: 0;
}
#banner .slick-dots li.slick-active a{
    background-color: #0861a4;
}

#car-nav-bar{
	background-color: #818181;
	color: #fff;
}
#car-nav-bar p{
	color: #fff;
}
.car-nav{
	overflow: hidden;
}
.car-nav li{
	float: left;
	width: 14.2857%;
	text-align: center;
}
.car-nav li a{
	display: block;
	padding: 20px 0 15px 0;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.car-nav li a:hover{
	background-color: #0861a4;
}
.i-t1{
	font-size: 18px;
	color: #333;
	margin-bottom: 30px;
	background: url(/Public/Images/home/phpcms/zh-cn/line.gif) no-repeat left 50%;
	padding-left: 16px;
}
.i-row1,.i-row2{
	padding-top: 36px;
	clear: both;
}
.more-1{
	width: 104px;
	height: 34px;
	color: #828282;
	line-height: 34px;
	background: url(/Public/Images/home/phpcms/zh-cn/more.png) no-repeat left top;
	font-size: 14px;
	text-align: center;
	border: 0;
	cursor: pointer;
	display: inline-block;
}
.more-1:hover{
	background-position: 0 -34px;
}
.hot-news .img{
	width: 195px;
	float: left;
}
.hot-news .img span{
	display: block;
	padding-top: 69%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	border: 1px solid #ddd;
	background-repeat: no-repeat;
}
.list-news{
	clear: both;
}
.list-news li{
	height: 35px;
	line-height: 35px;
	padding-right: 72px;
	border-bottom: 1px dashed #bbbbbb;
}
.list-news a{
	font-size: 12px;
}
.list-news em{
	display: inline-block;
	max-width: 85%;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.list-news span{
	float: right;
	margin-right: -72px;
}
.hot-news{
	margin-bottom: 10px;
	overflow: hidden;
}
.hot-news .txt{
	color: #999;
	padding: 0 20px;
	overflow: hidden;
}
.hot-news h3{
	font-size: 16px;font-weight: bold;
	margin-bottom: 10px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}

.hot-news p{
	height: 48px;
	line-height: 2;
	overflow: hidden;
	margin-bottom: 22px;
}
.i-row1 .l{
	width: 70%;
	padding-right: 5%;
}
.i-row1 .r{
	width: 30%;
}
.quick-menu a{
	display: block;
	height: 100%;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.quick-menu .tit{
	position: absolute;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding-left: 50px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.quick-menu .s2 .tit{
	bottom: 0;
	background:rgba(0,0,0,.5) url(/Public/Images/home/phpcms/zh-cn/u2.png) no-repeat 10% 50%;
}

.quick-menu .s3 a:hover .tit,
.quick-menu .s2 a:hover .tit{
	height: 100%;
	line-height: 125px;
}

.quick-menu .s3 .tit{
	background:rgba(0,0,0,.5) url(/Public/Images/home/phpcms/zh-cn/u3.png) no-repeat 10% 50%;
}
.quick-menu li{
	float: left;
	width: 50%;
	height: 125px;
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.quick-menu a:hover{
	opacity: .8;
}
.quick-menu .s1{
	background-color: #087acf;
}
.quick-menu .s2{
	background-image: url(/Public/Images/home/phpcms/zh-cn/q_b1.jpg);
}
.quick-menu .s3{
	background-image: url(/Public/Images/home/phpcms/zh-cn/q_b2.jpg);
}
.quick-menu .s4{
	background-color: #434343;
}
.quick-menu *{
	color: #fff;
}
.quick-menu u{
	display: block;
	text-align: center;
	margin: 14px 0 6px;
}
.quick-menu .s1,
.quick-menu .s4{
	text-align: center;
}
.quick-menu em{
	font-size: 16px;font-weight: bold;
	display: block;
}
.i-row1{
	border-bottom: 1px solid #eeeeee;
	overflow: hidden;
	padding-bottom: 30px;
}
.list-special-topic{
	margin: 0 -6px;
	overflow: hidden;
}
.list-special-topic li{float: left;width: 33.33333%;padding: 0 6px;}

.list-special-topic li a{
	overflow: hidden;
	display: block;
	position: relative;
}
.list-special-topic span{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 8px 20px;
	background-color: rgba(8,122,207,.8);
	z-index: 50;
	color: #fff;
}

.list-special-topic li img{
	height: 215px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	width: 100%;vertical-align: bottom;}
.list-special-topic li a:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.i-side{
	position: fixed;
	width: 80px;
	top: 50%;
	z-index: 666;
	right: 2%;
	margin-top: -215px;
	-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
}
.i-side a{
	display: block;
	height: 80px;
	line-height: 130px;
	background-color: #434343;
	background-repeat: no-repeat;
	background-position: 50% 11px;
	color: #fff;
	text-align: center;
	margin-bottom: 1px;
	font-size: 12px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.i-side li{
	position: relative;
}

.i-side .s1 a{
	background-image: url(/Public/Images/home/phpcms/zh-cn/sd1.png);
}
.i-side .s2 a{
	background-image: url(/Public/Images/home/phpcms/zh-cn/sd2.png);
}
.i-side .s3 a{
	background-image: url(/Public/Images/home/phpcms/zh-cn/sd3.png);
}
.i-side .s4 a{
	background-image: url(/Public/Images/home/phpcms/zh-cn/sd4.png);
}
.i-side a:hover{
	background-color: #087acf;
}
.i-side .go-top{
	background-image: url(/Public/Images/home/phpcms/zh-cn/ar_1.png);
	background-position: 50%;
	margin-top: 30px;
}
#inner-ban img{
	vertical-align: bottom;
	width: 100%;
}
.t2{
	font-weight: bold;
	color: #333;
	text-align: center;
	font-size: 0;
	margin-top: 52px;
	margin-bottom: 26px;
}
.t2 span{
	display: block;
	font-size: 30px;
}
.t2:after{
	margin-top: 10px;
	content: '';
	width: 30px;
	height: 1px;
	background-color: #0861a4;
	display: inline-block;
}
.pro-list-box{
	overflow: hidden;
}
.pro-box{
	background-color: #f5f5f5;
	padding-bottom: 60px;
	margin-bottom: -60px;
}
.new-pro{
	overflow: hidden;
	position: relative;
}
.new-pro .img{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding-top: 43%;
	float: left;
	width: 60%;
}
.new-pro .txt{
	width: 38%;
	border-left: 1px solid #e5e5e5;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}
.new-pro .hd{
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 10px 14px 22px;

	padding-top: 25%;
}
.new-pro .bd{
	padding: 20px 24px;
	line-height: 1.8;
}
.new-pro .bd p{
	color: #666;
	margin-bottom: 20px;
}
.new-pro-box{
	position: relative;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	padding: 12px;
}
.new-pro h3{
	font-size: 25px;
	color: #333;
}
.pro-arrow{
	position: absolute;
	right: -50px;
	top: 20px;
	z-index: 99;
}
.pro-arrow a{
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 0;
	cursor: pointer;
	display: inline-block;
	font-family: \5b8b\4f53;
	background-color: #fff;
	border: 1px solid #dcdcdc;
	font-size: 18px;
	color: #c4c4c4;
	font-weight: bold;
	margin-left: -1px;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
}
.pro-arrow a:hover{
	background-color: #0861a4;
	color: #fff;
}

.new-pro .item{
	position: relative;
}
.btn-more,
.btn-buy{
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	width: 112px;
	height: 34px;
	color: #fff;
	line-height: 34px;
	padding-left: 40px;
	border: 0;
	cursor: pointer;
	display: inline-block;
	margin-right: 5px;
}
.btn-more{
	background:#818181 url(/Public/Images/home/phpcms/zh-cn/c_more.png) no-repeat 11px 50%;
}
.btn-buy{
	background:#0861a4 url(/Public/Images/home/phpcms/zh-cn/c_cart.png) no-repeat 11px 50%;
}
.btn-buy:hover{
	background-color: #014b84;
	color: #fff;
}
.btn-more:hover{
	color: #fff;
	background-color: #6a6a6a;
}
.hot-sell .img-side{
	width: 330px;
	padding: 0 36px;
	height: 669px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	position: absolute;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	color: #fff;
	padding-top: 7%;
}
.hot-sell .item{
	position: relative;
	height: 669px;
	background-color: #fff;
}
.hot-sell .img-side h3{
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 20px;
}
.hot-sell .img-side p{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	line-height: 1.6;
	padding: 10px 0;
}
.list-sell{
	margin-left: 330px;
	margin-right: -1px;
}
.list-sell .img-ovh{
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}
.list-sell h3 a{
	color: #333;
}
.list-sell h3 a:hover{
	color: #005ca1;
}
.list-sell li{
	float: left;
	padding: 26px;
	border: 1px solid #dcdcdc;
	margin-bottom: -1px;
	margin-right: -1px;
	width: 44.7%;
}
.list-sell li h3{
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}
.list-sell li .btn-p{
	margin-top: 10px;
}
.list-sell .img{
	padding-top: 55.11%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.list-sell a:hover .img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.list-sell p{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}


.hot-sell .slick-dots{
    text-align: center;
}
.hot-sell .slick-dots li{
    display: inline-block;
    line-height: 1;
    margin: 0 5px;
}
.hot-sell .slick-dots li a{
    width: 12px;
    height: 12px;
    background-color: #434343;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    font-size: 0;
}
.hot-sell .slick-dots li.slick-active a{
    background-color: #0861a4;
}

.list-down .tit a{display: block;}
.list-down{
	overflow: hidden;
	margin: 0 -8px;
}
.list-down li{
	float: left;
	width: 33.33333%;
	padding: 0 8px;
	margin-bottom: 20px;
}
.list-down .img{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	position: relative;
	padding-top: 71%;
}
.list-down .img a{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;top: 0;
	background:rgba(0,92,161,.75) url(/Public/Images/home/phpcms/zh-cn/down_arr.png) no-repeat 50% 40%;
	color: #fff;
	line-height: 356px;
	text-align: center;
	opacity: 0;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.list-down .img a:hover{
	opacity: 1;
}

.list-down .tit{
	text-align: center;
	height: 38px;
	line-height: 38px;
	border: 1px solid #dcdcdc;
}

.down-tit {
	text-align: center; color: #333;
	margin-bottom: 50px;
	margin-top: 40px;
	white-space: nowrap;
	overflow: auto;
}
.down-tit a{
	display: inline-block;
	margin: 0 10px;
	padding: 4px 10px;
}
.down-tit a.on{
	background-color: #a0a0a0;
	color: #fff;
}
.lk-row{position: relative;}
.lk-row .txt{
    position: absolute;
	top: 25%;
	width: 28%;
	color: #333;
	line-height: 1.8;
}

.lk-row h4{
    margin: 10px 0;
	font-size: 40px;
	font-weight: bold;
}
.lk-row2{
	padding-top: .5%;
}
.lk-row4{
	padding-top: 1.5%;
}
.lk-row .wp{overflow: hidden;}

.lk-row3,
.lk-row1{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.lk-row1{
	padding: 14.51% 0;
    background-position: 0 0;
}
.lk-row3{
	padding: 15% 0;
}
.lk-row1 .txt{
	float: right;
}
.lk-row3 img,
.lk-row1 img{
	width: 100%;
}

.list-solo{
	overflow: hidden;
	padding: 4% 0 5% 0;
}
.list-solo li{
	width: 20%;
	text-align: center;
	color: #333;
	float: left;
	margin-bottom: 30px;
    vertical-align: top;
}
.list-solo li .img{
	margin-bottom: 30px;
}
.lk-img {
	padding: 4% 0 3% 0;
	overflow: hidden;
}
.lk-img li{
	float: left;
	width: 50%;
	padding: 0 2%;
}

.lk-row4{
	overflow: hidden;
}
.lk-row4 h5{font-size: 30px;color: #333;font-weight: bold;
	margin-bottom: 10px;
}
.lk-row4 .con{
	line-height: 1.6;
}



.list-oc li{
	clear: both;
	overflow: hidden;
    line-height: 2;
    color: #666;
    margin-bottom: 20px;
}
.list-oc .hd{
    border-bottom: 1px solid #dbdbdb;
    padding: 11px 0;
    background: url(/Public/Images/home/phpcms/zh-cn/ar_3.png) no-repeat 98% 31px;
    cursor: pointer;
}
.list-oc .hd a{
    line-height: 34px;
    display: block;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;

    font-size: 16px;
    color: #005ca1;
}
.list-oc .open .bd p{
    white-space:normal;
}
.list-oc .hd span{
    color: #9e9e9e;
}


.list-oc .pad{
    padding: 45px 30px;
}
.list-oc .bd{
    display: none;
}
.list-oc .hd.on a{color: #005ca1;}
.list-oc .hd.on{
    background-position: 98% -63px;
}
.list-oc em{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    line-height: 34px;
    margin-right: 10px;
    text-align: center;
    border: 1px solid #666666;
    font-weight: bold;

}
.list-oc .hd em{
    color: #666;
}
.list-oc em{
    float: left;
}
.list-oc p{
	font-size: 13px;
    overflow: hidden;
}
.list-oc .bd em{
    background-color: #005ca1;
    color: #fff;
	margin:10px 0 0 0;
    border-color: #005ca1;
}
.si-ban{
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	padding-top: 6%;
	background-repeat: no-repeat;
	padding-bottom: 16%;
}
.si-ban .txt{
	color: #fff;
	width: 300px;
	text-align: center;
	margin: 0 auto;
	-webkit-transition:.3s;
	transition:.3s;
}
.si-ban .txt:hover{
	color: #7fccff;
}

.si-ban .txt p{
	line-height: 3;
}
.si-ban .t2{
	color: #fff;
}
.si-ban .t2 span{
	font-size: 40px;
}

.si-ban .t2:after{
	background-color: #fff;
}
.si-ban{
	margin-top: -58px;
}
.white-cur,
.white-cur a{
	color: #fff;
}
.white-cur .cur{
	color: #fff;
}
.white-cur span{
	background: url(/Public/Images/home/phpcms/zh-cn/ic_home2.png) no-repeat left 50%;
}
.service-i-box .cur {
	border: none;
}
.list-si{
	margin: 0 -9%;
	overflow: hidden;
	padding: 7% 0 2% 0;
}
.list-si li{
	float: left;
	width: 33.33333%;
	text-align: center;
}
.list-si li .pad{
	width: 215px;
	display: inline-block;
}
.list-si li .pad a:hover h3,
.list-si li .pad a:hover p,
.news-m1 .txt h4 a:hover, .news-m2 .txt h4 a:hover,
.news-m1 .txt p a:hover, .news-m2 .txt p a:hover{
	color:#005ca1;
}
.list-si li h3{
	font-size: 16px;
	margin: 30px 0 20px 0;
	color: #333;
	font-weight: bold;
}
.list-si li p{
	color: #999;
	line-height: 1.8;
}
.list-si li:after{
	margin-top: 10px;
	content: '';
	width: 16px;
	height: 1px;
	background-color: #999;
	display: block;
	margin: 0 auto;
	margin-top: 27px;
}


.search-box .hd{
    line-height: 55px;
    border-bottom: 1px solid #c7c7c7;
    padding: 0 38px 0 0;
    height: 55px;
}
.search-box {
    border: 1px solid #e7e7e7;
    margin-top: 45px;
}
.search-box .hd span,
.search-box .bd span{
    color: #005ca1;
}

.search-box .hd em{
    font-size: 20px;
    font-weight: bold;
    border-bottom: 3px solid #005ca1;
    float: left;
    display: block;
    line-height: 53px;
    padding-left: 10px;
}

.search-box .hd p{
    float: right;
    font-size: 14px;
}
.search-box .bd{
    clear: both;
}

.search-box li{
    line-height: 56px;
    padding: 0 5px;
}

.search-box li a{
    display: block;
    font-size: 14px;
    padding: 0 10px 0 20px;
    border-bottom: 1px dashed #c7c7c7;
    background: url(/Public/Images/home/phpcms/zh-cn/dt2.gif) no-repeat 6px 50%;
    text-align: left;
    height: 57px;
	overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}

.search-box u{
    float: right;
}
.search-box .page{
    text-align: right;
    padding: 50px 20px;
}
.error-page	 .img{
	background: url(/Public/Images/home/phpcms/zh-cn/404.jpg) no-repeat 50% bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 75%;
	position: relative;
}
.error-page img{
	position: absolute;
	left: 50%;
	top: 20%;
	transform: translateX(45%);
	width: 30%;
	max-width: 381px;
}
.error-page{
	height: 100%;
}
.error-tip{
	background-color: #eee;
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	height: 25%;
}
.error-tip h3{
	margin-top: 50px;
	font-size: 25px;
	color: #333;
	margin-bottom: 40px;
}
.error-tip a{
	width: 120px;
	height: 40px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	border: 0;
	cursor: pointer;
	display: inline-block;
	margin: 0 10px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.error-tip .s1{
	background-color: #313131;
}
.error-tip .s2{
	background-color: #e60012;
}
.error-tip a:hover{
	opacity: .9;
}
.list-solution{
	margin: 0 -14px;
	overflow: hidden;
}
.list-solution li{
	float: left;
	padding: 0 14px;
	width: 50%;
	text-align: center;
}
.list-solution .img a{
	display: block;
	padding-top: 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.list-solution p{
	margin-top: 26px;
	font-size: 16px;
	color: #333;
}
.list-solution{
	padding-top: 50px;
}
.contact-map-box{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	overflow: hidden;
	padding-bottom: 98px;
	margin-bottom: -60px;
}
.c-map{
	float: left;
	width: 68%;
}
.c-side{
	float: right;
	width: 31%;
}
.c-side .box1{
	background-color: #fff;
	height: 275px;
	margin-bottom: 10px;
	padding: 30px 25px;
}
.c-side .box2{
	background: url(/Public/Images/home/phpcms/zh-cn/con_b2.jpg) no-repeat left top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 275px;
}
.c-side h3{
	color: #666;
	font-size: 18px;
	margin-bottom: 20px;
}
.c-side h3 em{display: block;font-weight: bold;}
.c-side h3:after{
	margin-top: 10px;
	content: '';
	width: 30px;
	height: 3px;
	background-color: #dcdcdc;
	display: block;
}
.c-side p{
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.c-side .s1{
	background-image: url(/Public/Images/home/phpcms/zh-cn/f1.gif);
}
.c-side .s2{
	background-image: url(/Public/Images/home/phpcms/zh-cn/f2.gif);
}
.c-side .s3{
	background-image: url(/Public/Images/home/phpcms/zh-cn/f3.gif);
}
.contact-map-box .cur{
	margin-bottom: 87px;
}
#map{
	height: 560px;
}
.honor-ban{
	height: 252px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.list-honor{
	overflow: hidden;
}
.list-honor .img{
	margin-bottom: 10px;
	border: 1px solid #dcdcdc;
	padding: 7px;
	position: relative;
}
.list-honor .img:after{
	content: '';
	height: 4px;
	background-color: #e5e5e5;
	position: absolute;
	left: 6px;
	right: 6px;
	bottom: -4px;
}
.list-honor .pad{
	width: 185px;
	margin: 0 auto;
}
.list-honor  li{
	float: left;
	width: 25%;
	margin-bottom: 10px;
	text-align: center;
}
.list-honor p{
	height: 60px;
	overflow: hidden;
	line-height: 1.6;
}
.list-honor .img span{
	-webkit-background-size: contain;
	background-size: contain;
/*	display: block;*/
	display: table-cell;
    vertical-align:middle;
	height: 260px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.honor-box .wrap{
	padding: 0 90px;
}
.honor-box{
	overflow: hidden;
	padding-top: 20px;
}
.line-z{
	border-top: 1px solid #dcdcdc;
	margin: 0  -100%;
}

.honor-box h5{
	font-size: 25px;
	color: #333;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 15px;
}
.list-honor-detail li{
	padding: 7px 0 7px 26px;
	background: url(/Public/Images/home/phpcms/zh-cn/ic_honor.png) no-repeat left 50%;
}
.honor-box h5 u{
	color: #005ca1;
}
.honor-box .hd a{
	display: block;
	height: 54px;
	line-height: 54px;
	color: #999;
	border: 1px solid #dcdcdc;
	text-align: center;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.honor-box .hd a:hover{
	color: #005ca1;
}
.honor-box .hd .item{
	padding: 0 5px;
}
.honor-box .slick-arrow{
    position: absolute;
    width: 54px;
    height: 54px;
    top: 50%;
    border: none;
    top: 0;
    font-size: 0;
    cursor: pointer;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 1px solid #dcdcdc;
}
.honor-box .slick-prev{
    left: -60px;
    background: url(/Public/Images/home/phpcms/zh-cn/ar_l1.png) no-repeat 50% 128%;
}
.honor-box .slick-next{
    right: -60px;
    background: url(/Public/Images/home/phpcms/zh-cn/ar_r1.png) no-repeat 50% 128%;
}
.honor-box .slick-arrow:hover{
	background-color: #005ca1;
	border-color: #005ca1;
	background-position: 50% 17px;
}


.honor-box .hd .slick-current a{
	background-color: #005ca1;
	border-color: #005ca1;
	color: #fff;
}
.honor-box .hd {
	margin-bottom: 30px;
	margin-top: 40px;
}
.table-compare{
	margin-top: 40px;
}
.table-compare td{
	position: relative;
	height: 38px;
	border: 1px solid #dcdcdc;
	text-align: center;
}
.remove-compare{
	position: absolute;
	right: 16px;
	top: 16px;
	width: 24px;
	height: 24px;
	background: url(/Public/Images/home/phpcms/zh-cn/btn_x.png) no-repeat left top;
	cursor: pointer;
}

.table-compare th{
	background-color: #e5e5e5;
	font-weight: normal;
	text-align: center;
	border: 1px solid #dcdcdc;
}
.comp-hd td{
	padding: 50px 0;
}
.comp-hd b{
	font-size: 16px;
	color: #3e3939;
}
.table-compare .tit{
	height: 40px;
	background-color: #005ca1;
	color: #fff;
}
.table-compare .tit td{
	font-weight: bold;
	text-align: left;
	padding-left: 20px;
}

.table-compare .hd{
	height: 40px;
	background-color: #005ca1;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}
.table-compare .hd td{border: none;}
.add-comp{
	padding-top: 71px;
	background: url(/Public/Images/home/phpcms/zh-cn/add.png) no-repeat 50% top;
	display: inline-block;
}
.hist-list li{
	display: inline-block;
	width: 50%;
	vertical-align: bottom;
	padding: 0 50px;
	position: relative;
	top: -310px;
	margin-bottom: 36px;
}
.hist-list li.pos1{
	padding-right: 120px;
}
.hist-list li.pos3{
	padding-left: 120px;
}
.hist-list li.pos2{
	padding-left: 100px;
}

.hist-list li .pad{
	height: 87px;
	overflow: auto;
}


.bottom-bg{
	height: 132px;
	background: url(/Public/Images/home/phpcms/zh-cn/bottom.png) no-repeat 50% top;
	/*margin-top: -13px;*/
	position: relative;
	z-index: 20;
	display: none !important;
}

.hist-list li .pad::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.hist-list li .pad::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.hist-list li .pad::-webkit-scrollbar-thumb
{
	background-color: #424242;
}

.hist-list .s1{width: 100%;padding-left: 610px;}
.hist-list li.normal{width: 100%;}
.hist-list li.normal{margin-top: 20px;display: none;}
.hist-list li h3{
	font-size: 25px;
	color: #333;
	margin-bottom: 3px;
	font-weight: bold;
}
.hist-list p{
	line-height: 1.8;
}
.hist-list em{
	background: url(/Public/Images/home/phpcms/zh-cn/loc1.png) no-repeat left top;
	text-align: center;
	border: 0;
	cursor: pointer;
	display: block;
	margin-top: 10px;
}
.hist-list .s1 em,
.hist-list .pos3 em,
.hist-list .pos4 em{
	width: 122px;
	height: 60px;
	background: url(/Public/Images/home/phpcms/zh-cn/hst_c1.png) no-repeat left top;
}
.hist-list .pos1 em,
.hist-list .pos2 em{
	width: 116px;
	height: 65px;
	background: url(/Public/Images/home/phpcms/zh-cn/hst_c2.png) no-repeat left top;
}
.hist-list .s1 em{
	margin-left: -30px;
}
.hist-list .s2 em{
	margin-left: 120px;
}

.hist-list .s3 em{
	margin-left: 150px;
}
/* .hist-list .s1{
	left: 628px;
	top: 76px;
}
.hist-list .s2{
	left: 574px;
	top: 260px;
}
.hist-list .s3{
	left: 20px;
	top: 178px;
}
.hist-list .s4{
	left: 100px;
	top: 442px;
}
.hist-list .s5{
	left: 455px;
	top: 442px;
}
.hist-list .pos1{
	left: 574px;
}
.hist-list .pos2{
	left: 20px;
}
.hist-list .pos3{
	left: 100px;
}
.hist-list .pos4{
	left: 455px;
} */


.comp-bg{
	background: url(/Public/Images/home/phpcms/zh-cn/hst_bg2.gif) repeat-y 50% 60px;
	position: relative;
	margin-top: 50px;
	height: 840px;
	overflow: hidden;
}
.show-more .comp-bg{
	height: auto;
}
.hist-list{
	/*background: url(/Public/Images/home/phpcms/zh-cn/hst_bg.png) no-repeat 50% top;*/
	padding-bottom: 30px;
	position: relative;
	background: url(/Public/Images/home/phpcms/zh-cn/main.png) repeat-y 50% 0;
}

.top-bg{
	width: 100%;
	height: 365px;
	background: url(/Public/Images/home/phpcms/zh-cn/top.png) no-repeat 50% 0;
}
.hist-list{

}

.show-more .hist-list{
	height: auto;
	margin-bottom: -300px;
}
.show-more .bottom-bg{
	background-position: 19% 0;
}
.hist-list li.hide{height: 0;margin-bottom: 0;overflow: hidden;}
.show-more li.hide{margin-bottom: 40px;}

.comp-histtory{
	/*margin-bottom: -60px;*/
}
.more-history{
	display: inline-block;
	width: 150px;
	height: 50px;
	color: #fff;
	line-height: 50px;
	background-color: #313131;
	text-align: center;
	border: 0;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	cursor: pointer;
	display: inline-block;
}
.comp-bg .tc{
	position: absolute;
	bottom: 20px;
	width: 100%;
}
.more-history:hover{
	color: #fff;
	background-color: #444;
}
.tech-ban img{
	width: 100%;
}
.tech-ban-box{
	overflow: hidden;
}
.tech-hd{
	margin-top: -70px;
}
.tech-hd .item{
	padding: 0 1px;
}
.tech-hd .item a{
	display: block;
	height: 66px;
	line-height: 66px;
	background-color: #505050;
	color: #fff;
	text-align: center;
	font-size: 16px;
}
.tech-hd .item a:hover{
	color: #fff;
	background-color: #666;
}
.tech-hd .slick-current a{
	background-color: #fff !important;
	color: #0861a4 !important;
}
.tech-bd h3{
	font-size: 35px;
	color: #666;
	margin-bottom: 60px;
	text-align: center;
	font-weight: bold;
}
.tech-bd{
	margin-top: 70px;
}
.list-tech1{
	overflow: hidden;
	margin:0 157px;
}

.list-tech1 li{
	float: left;
	width: 25%;
	text-align: center;
}
.list-tech1 .pad{
	display: inline-block;
	width: 98px;
	height: 98px;
	border: 3px solid #666666;
	font: #666;
	font-weight: bold;
	font-size: 30px;
	line-height: 94px;
	text-align: center;
	border-radius: 50%;
}
.list-tech2{
	overflow: hidden;
	margin: 0 -13px;
	padding: 44px 0 30px 0;
}
.list-tech2 li{
	float: left;
	width: 25%;
	padding: 0 13px;
}
.list-tech2 .pad{
	border: 1px solid #b7b7b7;
	border-radius: 10px;
	padding: 16px;
	height: 275px;
}
.list-tech2 h4{
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
}
.list-tech2 p{
	margin-bottom: 15px;
	line-height: 1.6;
	padding-left: 15px;
	background: url(/Public/Images/home/phpcms/zh-cn/dt.gif) no-repeat left 9px;
}

.tech-box{
	padding: 0 70px;
}

.tech-hd .slick-arrow{
    position: absolute;
    width: 60px;
    height: 66px;
    top: 50%;
    top: 0;
    border: none;
    font-size: 0;
    cursor: pointer;
	opacity: .5;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.tech-hd .slick-prev{
    left: -60px;
    background: url(/Public/Images/home/phpcms/zh-cn/ar_l3.png) no-repeat left 50%;
}
.tech-hd .slick-next{
    right: -60px;
    background: url(/Public/Images/home/phpcms/zh-cn/ar_r3.png) no-repeat 98% 50%;
}
.tech-hd .slick-arrow:hover{
	opacity: 1;
}

.sell-filter{
	padding-right: 56px;
	position: relative;
	height: 40px;
}
.sell-filter .sub{
	position: absolute;
	width: 40px;
	height: 40px;
	background:#626262 url(/Public/Images/home/phpcms/zh-cn/serach3.png) no-repeat 50%;
	border-radius: 4px;
	text-align: center;
	border: 0;
	cursor: pointer;
	right: 0;
	font-size: 0;
}
.sell-filter div{
	float: left;
}
.sell-filter .s2,
.sell-filter .s3,
.sell-filter .s1{
	width: 20%;
	margin-right: 1%;
}


.sell-filter2 .s2,
.sell-filter2 .s3{
	width: 30.4%;
	margin-right: 1%;
}
.sell-filter .s4{
	width: 37%;
}
.sell-filter .inp,
.sell-filter select{
	border: 1px solid #bfbfbf;
	border-radius: 4px;
	height: 40px;
	width: 100%;
	padding: 0 2%;
	color: #666;
}
.sell-filter select{
	padding-left: 10%;
}
.sell-hd a{
	float: left;
	width: 33.3%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background-color: #bfbfbf;
	color: #fff;
	border-right: 1px solid #fff;
}
.sell-hd{
	overflow: hidden;
	margin-top: 50px;
	margin-bottom: 40px;
}
.sell-hd .on{
	background-color: #005ca1;
}
.sell-filter{
	margin-bottom: 24px;
}
.sell-main{
	float: left;
 	width: 100%;
 	margin-right: -305px;
}
.sell-side{
    float: left;
    width: 305px;
    height: 440px;
    padding-left: 20px;
}
.sell-main .pad{
	margin-right: 305px;
}
#sell-map{
 	height: 440px;
}
#sell-map img{
	width: auto;
	max-width: 999999px;
}
.sell-side h4{
    margin-bottom: 20px;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 4px;
    font-size: 14px;
}
.sell-side .blue{margin: 0 2px;}
.sell-side .con{
    height: 400px;
    overflow: auto;
}
.list-result{
    padding-right: 15px;
}
.list-result li{
    padding: 16px 0;
    line-height: 2;
    border-bottom: dashed 1px #bfbfbf;
    cursor: pointer;
}
.list-result h6{
    color: #005ca1;
    font-size: 14px;
}
.list-result h6 *{
    vertical-align: bottom;
}
.list-result h6 em{
    width: 31px;
    height: 34px;
    background: url(/Public/Images/home/phpcms/zh-cn/ico_loc.png) no-repeat left top;
    display: inline-block;
    color: #666666;
    font-weight: bold;
    text-align: center;
    margin-right: 10px;
    line-height: 25px;
    position: relative;
    top: -4px;
}
.list-result p{
    padding-left: 25px;
}



.form-tip{
    background-color: #fff;
    text-align: center;
    width: 568px;
    padding: 80px 0;
}
.form-tip h3{
    font-size: 28px;
    display: inline-block;
    margin-bottom: 50px;
    padding-left: 94px;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-position: left 0;
    font-weight: bold;
    height: 68px;
    line-height: 68px;
}

.f-success h3{
    background-image: url(/Public/Images/home/phpcms/zh-cn/ok.png);
    color: #242424;
}
.f-error h3{
    color: #ff1515;
    background-image: url(/Public/Images/home/phpcms/zh-cn/wrong.png);
}
.form-tip a{
    height: 36px;
    width: 95px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    color: #fff;
    display: inline-block;
}
.f-success a{
    background-color: #242424;
}
.f-error a{
    background-color: #ff1515;

}

.form-tip a:hover{
    opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}


.t2-a{
	color: #fff;
}
.t2-a span{
	font-size: 40px;
}
.t2-a:after{
	background-color: #fff;
}
.slick-cj .img{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding-top: 50%;
}
.slick-cj h3{
	height: 55px;
	line-height: 55px;
	text-align: center;
	background-color: #f0f0f0;
	color: #999;
	font-size: 14px;
}
.slick-cj .item{
	padding: 0 5px;
}

.slick-cj .slick-arrow{
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    border: none;
    font-size: 0;
    cursor: pointer;
    background: none;
    background-position: 50%;
    background-repeat: no-repeat;
}
.slick-cj .slick-prev{
    left: -80px;
    background-image:url(/Public/Images/home/phpcms/zh-cn/ar_l4.png);
}
.slick-cj .slick-next{
    right: -80px;
    background-image:url(/Public/Images/home/phpcms/zh-cn/ar_r4.png)
}



.list-job li{
    line-height: 1.8;
    color: #666;
}
.list-job .hd{
    border-bottom: 1px solid #dbdbdb;
    padding: 10px 0;
    background: url(/Public/Images/home/phpcms/zh-cn/plus.png) no-repeat 98% 23px;
    cursor: pointer;
}
.list-job li:last-child .hd{
	border: none;
}
.list-job .hd a{
    line-height: 34px;
    display: block;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.list-job .open .bd p{
    white-space:normal;
}
.list-job .hd span{
    color: #9e9e9e;
}

.list-job .bd{
    padding: 10px 0;
    display: none;
}
.list-job .hd.on{
    background-position: 98% -55px;
}





.list-job p{
    overflow: hidden;
}


.list-job .con h4{
	display: inline-block;
	margin-right: 30px;
}
.list-job .con h3 em{font-size: 14px;}
.cj-row1{
	background: url(/Public/Images/home/phpcms/zh-cn/cj2.jpg) no-repeat 50% top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	overflow: hidden;
	color: #fff;
	padding: 10px 0 70px 0;
}
.cj-row1 .con{
	margin: 40px 0  60px 0;
	line-height: 2;
	height: 180px;
	overflow: auto;
}
#ascrail2000 {
    background: url(/Public/Images/home/phpcms/zh-cn/line3.gif) repeat-y 50% top;
}
.cj-row2{
	font-size: 0;
}
.cj-row2 .txt-cj2,
.cj-row2 .img{
	display: inline-block;
	vertical-align: middle;
	width: 50%;
}
.txt-cj2{
	font-size: 14px;
}
.txt-cj2 h3{
	font-size: 16px;
	margin-bottom: 10px;
	text-indent: -12px;
	font-weight: bold;
}
.txt-cj2 p{
	color: #999;
	line-height: 1.6;
}
.txt-cj2 li{
	padding: 20px 0 10px 0;
	border-bottom: 1px solid #dcdcdc;
}
.cj-row2{
	padding: 10px 0 60px 0;
}
.cj-row3{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url(/Public/Images/home/phpcms/zh-cn/cj4.jpg);
	overflow: hidden;
	padding: 10px 0 90px 0;
	color: #fff;
}
.slick-cj{
	margin: 70px 0;
}
.cj-row3 p{text-align: center;line-height: 1.8;}
.cj-row4 {
	padding: 10px 0 0 0;
}
.ret-tit{
	padding: 10px 0;
	text-align: center;
}
.ret-tit a:hover,
.ret-tit .on{
	background-color: #005ca1;
}
.ret-tit a{
	margin: 0 14px;
	width: 148px;
	height: 45px;
	color: #fff;
	line-height: 45px;
	text-align: center;
	border: 0;
	cursor: pointer;
	display: inline-block;
	background-color: #909090;
	color: #fff;
}
.list-job h4{margin-bottom: 4px;font-size: 15px;font-weight: bold;}
.list-job .con{
	margin-bottom: 10px;
}
.list-job .blue{
	height: 45px;
	line-height: 45px;
	border-top: 4px solid #000000;
}




/*******************************
    -------[=lxj]-------
********************************/
.pro-box-j{
    padding-bottom: 60px;
    margin-bottom: -60px;
}
.news-bd-bg{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    overflow: hidden;
    padding-bottom: 93px;
}
.news-col{
    width: 24.2%;
    float: left;
}
.news-coc{
    width: 46%;
    padding: 0 10px;
    float: left;
}
.news-cor{
    width: 29.6%;
    float: right;
}
.news-m1{
    height: 560px;
    background-color: #fff;
}
.news-m1 .pic a{
	height: 200px;
}
.news-m1 .pic img,
.news-m2 .pic img{
    display: block;
    width: 100%;
    height: 200px;
}
.news-m1 .txt,
.news-m2 .txt{
    padding: 10px 20px;
    color: #999;
    line-height: 28px;
    font-size: 13px;
}
.news-m1 .txt h3,
.news-m2 .txt h3{
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.news-m1 .txt h4,
.news-m2 .txt h4{
    font-size: 16px;
    height: 24px;
    overflow: hidden;
}
.news-m1 .txt h4 a,
.news-m2 .txt h4 a{
    color: #333;
}
.news-m2{
    height: 352px;
    background-color: #fff;
    margin-bottom: 11px;
}
.news-m2 .txt{
    /*line-height: 22px;*/
}
.news-coc .box{
    margin: 0 -5px;
}
.news-coc dl{
    float: left;
    width: 50%;
    padding: 0 5px;
}
.news-coc dl dd{
    height: 197px;
    background-color: #2880bf;
}
.news-coc dl dd a{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding-top: 60px;
}
.news-coc dl dd a span{
    display: block;
    vertical-align: middle;
    width: 100%;
}
.news-coc dl:last-child dd{
    background-color: #f39800;
}
.news-cor .pic {
    height: 352px;
    margin-bottom: 11px;
}
.news-cor .pic a{
    display: block;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding: 22px;
}
.news-cor .video{
    height: 197px;
    overflow: hidden;
}
.news-cor .video a{
    color: #fff;
    padding: 15px 22px;
    position: relative;
}
.news-cor .video a:after,
.about-m1 .pic a:after,
.ul-video li .pic a:after
{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(/Public/Images/home/phpcms/zh-cn/icon_begin.png) no-repeat;
    width: 51px;
    height: 51px;
    margin-top: -25px;
    margin-left: -25px;
    cursor: pointer;
}
.news-coc dl dd a:hover,
.news-cor .pic a:hover,
.about-m1 .pic a:hover{
    opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}


.company-box{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    overflow: hidden;
    padding-bottom: 108px;
}
.company-box .col-l{
    width: 37.7%;
    float: left;
}
.company-box .col-c{
    width: 29%;
    padding: 0 10px;
    float: left;
}
.company-box .col-r{
    width: 33%;
}
.about-m1 .pic{
    height: 283px;
    margin-bottom: 11px;
}
.about-m1 .pic a{
    display: block;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding: 24px 34px;
    color: #454545;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}
.about-m1 .txt{
    height: 270px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding: 42px 33px;
    line-height: 25px;
}
.about-m1 .txt h3,
.company-box .imgtxt .txt h3,
.company-box .imgtxt1 .txt h3{
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.company-box .imgtxt{
    height: 564px;
    background-color: #fff;
}
.company-box .imgtxt .pic{
    height: 284px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.company-box .imgtxt .txt{
    padding: 22px 30px;
    line-height: 25px;
}
.company-box .imgtxt1 .txt h3,
.company-box .imgtxt .txt h3{
    margin-bottom: 10px;
}
.company-box .imgtxt1 .txt{
    padding: 25px 30px 0 30px;
    height: 147px;
}
.company-box .imgtxt1{
    background-color: #fff;
    margin-bottom: 14px;
}
.company-box .imgtxt1 .pic{
    height: 223px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.company-box .join{
    background-color: #2880bf;
    color: #fff;
    height: 180px;
    padding: 20px 32px;
    line-height: 25px;
    position: relative;
}
.company-box .join a{
	color:#fff;
}
.company-box .join a:hover{
	color:#ddd
}
.company-box .join h3{
    font-size: 18px;
    font-weight: bold;
}
.company-box .join h4{
    font-size: 16px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
}
.company-box .join span{
    position: absolute;
    right: 32px;
    bottom: 37px;
}
.back-list{
	padding-right: 30px;
	background: url(/Public/Images/home/phpcms/zh-cn/dt4.gif) no-repeat right -2px;
	float: right;
	margin-top: -40px;
	position: relative;
	z-index: 590;
}
.back-list:hover{
	background-position: right -33px;
}
.ul-news-list li{
    margin-bottom: 34px;
    display: block;
}
.ul-news-list li .pic{
    /*width: 278px;*/
    width: 27.8%;
    height: 170px;
    float: left;
}
.ul-news-list li .pic a{
    display: block;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.ul-news-list li .txt{
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
    overflow: hidden;
    padding: 40px 0;
    border-bottom: 1px solid #e5e5e5;
    height: 170px;
}
.ul-news-list li .txt span{
    width: 128px;
    padding-left: 34px;
    height: 170px;
    float: left;
    font-size: 12px;
    padding-top: 25px;
    position: relative;
    float: left;
    line-height: 24px;
}
.ul-news-list li .txt span b{
    display: block;
    font-size: 28px;
    font-weight: normal;
    color: #333;
}
.ul-news-list li .txt span:after{
    content: '';
    height: 60px;
    width: 1px;
    background-color: #dcdcdc;
    position: absolute;
    right: 0;
    top: 13px;
}
.ul-news-list li .info{
    padding-left: 29px;
    overflow: hidden;
    color: #999;
    line-height: 28px;
}
.ul-news-list li .info h3{
    font-size: 16px;
    margin-bottom: 10px;
        overflow:hidden;
        white-space:nowrap;
        text-overflow:ellipsis;
}
.ul-news-list li .info h3 a{
    color: #333;
}
.ul-news-list li:hover .txt{
    box-shadow: 3px 3px 8px #e9e9e9;
}


.video-big{
    width: 65%;
    float: left;
}
.video-small{
    width: 31.5%;
    float: right;
}
.ul-video li{
    overflow: hidden;
    margin-bottom: 24px;
}
.ul-video li .pic a{
    display: block;
    padding-top: 45%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
}
.ul-video li h3{
    font-size: 16px;
    margin: 13px 0 8px 0;
    height: 36px;
    overflow: hidden;
	white-space:nowrap;
    text-overflow:ellipsis;
}
.ul-video li h3 a{
    color: #333;
}
.ul-video li span{
    width: 33.333%;
    float: left;
    font-size: 12px;
    color: #999;
    display: inline-block;
}
.ul-video li span em{
    display: inline-block;
    background: url(/Public/Images/home/phpcms/zh-cn/icon_j.png) no-repeat;
    padding-left: 26px;

}
.ul-video li span.num{
    text-align: center;
}
.ul-video li span.num em{
    background-position: -120px 0;
}
.ul-video li span.user{
    text-align: right;
}
.ul-video li span.user em{
    background-position: -240px 0;
}
.video-big .ul-video .pic a{
    padding-top: 58.6%;
}
.video-big .ul-video li h3{
    font-size: 24px;
    margin-bottom: 0;
    height: 44px;
}
.ul-video-list{
    margin: 0 -14px;
}
.ul-video-list li{
    float: left;
    width: 33.333%;
    padding: 0 14px;
}
.pro-search-box .cur{border: none;margin-bottom: -40px;}

.search-conditions{
    background-color: #fff;
    border: 1px solid #e5e5e5;
    margin-bottom: 27px;
}
.search-conditions dl{
    border-bottom: 1px dashed #dadada;
    overflow: hidden;
}
.search-conditions dl dt{
    float: left;
    height: 42px;
    line-height: 42px;
    width: 93px;
    text-align: center;
    color: #333;
    font-weight: bold;
}
.search-conditions dl dd{
    overflow: hidden;
}
.search-conditions dl dd a{
    display: inline-block;
    height: 42px;
    line-height: 42px;
    padding: 0 19px;
}
.search-conditions dl dd a.on{
    background-color: #005ca1;
    color: #fff;
}
.search-conditions dl:last-child{
    border-bottom: 0;
}


.sortbar{
    background: #fff;
    border: 1px solid #e5e5e5;
    height: 46px;
    line-height: 46px;
    padding-left: 20px;
    padding-right: 17px;
    margin-bottom: 35px;
}
.sortbar b{
    color: #333;
    width: 94px;
    display: inline-block;
}
.sortbar a{
    margin-right: 35px;
    padding-right: 14px;
    background: url(/Public/Images/home/phpcms/zh-cn/icon_click2.jpg) no-repeat right 67%;
}
.sortbar a.on{
	background-image: url(/Public/Images/home/phpcms/zh-cn/icon_click1.jpg);
	color: #005ca1;
}
.sortbar .bar-page{
    float: right;
}
.sortbar .bar-page a{
    display: inline-block;
    padding-right: 0;
    width: 26px;
    height: 26px;
    border: 1px solid #e4e4e4;
    margin-top: 9px;
    line-height: 26px;
    text-align: center;
    margin-left: 8px;
    margin-right: 0;
    font-family: \5b8b\4f53;
    color: #fff;
    background: #005ca1;
}
.sortbar .bar-page a:hover{
	opacity: .8;
}
.sortbar .bar-page .slick-disabled{
    background-color: #d2d2d2;
    color: #fff;
}

.pro-list1{
    margin-bottom: 33px;
    overflow: hidden;
}
.pro-list1 p{
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}

.pro-list1 p.p1{
	height: 22px;
}


.pro-list1 .item{
    float: left;
    width: 25%;
    text-align: center;
    margin-bottom: 32px;
  box-shadow: inset 0 0 0 1px #e5e5e5;
  margin-right: -1px;
    background-color: #fff;
    position: relative;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}

.pro-list1 .item:hover{
	position: relative;
	z-index: 50;
  box-shadow: inset 0 0 0 1px #005ca1;
}
.pro-list1 .item .pic{
	padding: 20px;
}
.pro-list1 .item .pic a{
    display: block;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding-top: 60%;
}
.pro-list1 .item .txt h3{
    font-size: 18px;
    margin-bottom: 5px;
}
.pro-list1 .item .txt h3 a{
    color: #333;
}
.pro-list1 .item .txt h3 a:hover{
	color: #005ca1;
}
.pro-list1 .item .txt span{
    padding: 0 22px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    margin-top: 10px;
    color: #999;
    font-size: 12px;
}
.pro-list1 .item .btn{
    margin-top: 24px;
    margin-bottom: 26px;
}
.pro-list1 .item .check{
    width: 9px;
    height: 9px;
    border: 1px solid #dcdcdc;
    border-radius: 0;
    background: #fff;
    -webkit-appearance: none;
    appearance: none;
}
.pro-list1 .item .check:checked{
	background: url(/Public/Images/home/phpcms/zh-cn/dt3.gif) no-repeat 50%;
	border-color: #0861a4;
}
.pro-list1 .item label.on{
	color: #0861a4;
}
.pro-list1 .item label{
    color: #999;
    margin: 0 5px;
    cursor: pointer;
}


.about-cont .cont{
    color: #333;
    line-height: 30px;
}
.about-cont .ul-img-a li{
    float: left;
    width: 33.333%;
    padding: 0 5px;
    margin-top: 25px;
}
.about-cont .about-video{
    position: relative;
    background-color: #313131;
    height: 380px;
    margin-bottom: 15px;
}


.pro-main{
	float: left;
	width: 726px;
}
.pro-side{
	float: right;
	width: 250px;
	background-color: #fff;
	border: 1px solid #dcdcdc;
	padding-bottom: 55px;
}
.pro-main h1{
	font-size: 35px;font-weight: bold;
	color: #333;
	margin-bottom: 20px;
}
.pro-detail{
	padding: 36px 0;
	overflow: hidden;
}
.pro-detail .cur{
	float: right;
	border: none;
	margin-bottom: 9px;
}
.pro-image .img{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding-top: 62%;
}
.pro-image .item{
	padding: 6px;
	border: 1px solid #dcdcdc;
}
.pro-thumb .img{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding-top: 61%;
	border: 1px solid #fff;
	position: relative;
	cursor: pointer;
}
.pro-thumb-box{
	background-color: #b2b2b2;
	padding: 10px 60px;
}
.pro-thumb{
	/*width: 360px;*/
	text-align: center;
}
.pro-thumb .slick-track{display: inline-block;}
.pro-thumb .item{
	padding: 0 6px;
}
.pro-thumb .item .img:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.65);
	top: 0;left: 0;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	opacity: 1;
}
.pro-thumb .slick-current .img:after{
	opacity: 0;
}
.pro-thumb .slick-current .img:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;left: 0;
	border: 2px solid #fff;
}
.pro-thumb .slick-arrow{
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    border: none;
    font-size: 0;
    cursor: pointer;
    opacity: .5;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.pro-thumb .slick-prev{
    left: -30px;
    background: url(/Public/Images/home/phpcms/zh-cn/ar_l5.png) no-repeat 50%;
}
.pro-thumb .slick-next{
    right: -30px;
    background: url(/Public/Images/home/phpcms/zh-cn/ar_r5.png) no-repeat 50%;
}

.pro-thumb .slick-arrow:hover{
	opacity: 1;
}

.pro-bar{
	clear: both;
	overflow: hidden;
	background-color: #005ca1;
	margin-top: 40px;
}
.pro-bar a{
	padding: 0 25px;
	font-size: 16px;
	color: #fff;
	height: 50px;
	line-height: 50px;
}
.pro-bar .s2,
.pro-bar .s1{
	float: left;
}
.pro-bar .s3{
	display: block;
	overflow: hidden;
}
.pro-bar .on{
	background-color: #f8b551;
}
.pro-bar a:nth-child(2){
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.pro-side h3{
	position: relative;
	font-size: 16px;
	color: #333;
	border-bottom: 1px solid #dcdcdc;
	height: 48px;
	line-height: 48px;
	padding-left: 44px;
	background: url(/Public/Images/home/phpcms/zh-cn/ic_u1.png) no-repeat 10px 50%;
}
.list-side{
	padding: 0 25px;
}
.list-side h4{
	font-size: 16px;
	color: #333;
	margin: 5px 0;
}
.list-side p{
	color: #666;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.list-side li{
	padding: 20px 0;
	border-bottom: 1px solid #dcdcdc;
}

.list-side .img{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding-top: 63%;
}
.nav-box{
	position: absolute;
	right: 14px;
	top: 3px;
}
.nav-box a{
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	border: 0;
	cursor: pointer;
	background-color: #f8b551;
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	margin-left: 8px;
}
.nav-box .slick-disabled{
	background-color: #d2d2d2;
}
#prev-c{
	background-image: url(/Public/Images/home/phpcms/zh-cn/ar_l6.png);
}

#next-c{
	background-image: url(/Public/Images/home/phpcms/zh-cn/ar_r6.png);
}
.list-j1{
	overflow: hidden;
	padding-top: 25px;
	margin: 0 -5px;
}
.list-j1 li{
	float: left;
	padding: 0 14px;
	width: 40%;
}
.list-j1 li p {
    padding: 2px 0;
}
.list-j1 li .img{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding-top: 139%;
	position: relative;
}
.list-j1 li .txt{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	padding: 14px;
	background-color: #9a9a9d;
	line-height: 1.6;
}
.table-param th{
	font-weight: bold;
	padding-left: 30px;
	border: 1px solid #dcdcdc;
	width: 280px;
}
.table-param h3{
	font-weight: bold;
	padding-left: 30px;
	font-size: 14px;
}
.table-param td{
	padding: 10px 5px;
	border: 1px solid #dcdcdc;
	text-align: center;
}
.table-param {
	background-color: #fff;
	color: #666;
	margin-bottom: 30px;
	/*table-layout: fixed;*/
}
.table-param .tit{
	background-color: #d2d2d2;
	color: #333;
}
.table-param .tit td{
	text-align: left;
}
.c-red{
	color: #f00;
}
.order-tip{
	margin-bottom: 30px;
}
.order-tip dt{
	float: left;
	width: 95px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.order-tip dd{
	overflow: hidden;
	line-height: 1.6;
}

.order-now i{font-style: normal;color: #f00;}

.form-box .inp {
    border: 1px solid #ddd;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    background: #fff;
    color: #666;
    padding: 0 10px;
    font-size: 14px;
}

.form-box .inp-label {width: 95px;float: left;line-height: 35px;}
.form-box i{position: relative;top:.2em;width: 10px;display: inline-block;font-style: normal;}
.inp-text {height: 35px;}
.form-box .inp-textarea {height: 156px;padding: 10px;font-size: 14px;font-family:"微软雅黑","Microsoft Yahei";
	width: 100%;
}
.form-box .inp-box {
	position: relative;
	margin: 0 0 0 95px;}
.form-box li {margin: 0 0 14px 0;}

.order-now{
	background-color: #fff;
	border: 1px solid #dcdcdc;
	padding: 34px 40px 24px 30px;
}
.textarea-box{
	padding: 0 0 0 10px;
}
.form-box .sub,
.form-box .reset{
	width: 120px;
	height: 35px;
	color: #fff;
	line-height: 35px;
	text-align: center;
	border: 0;
	cursor: pointer;
	display: inline-block;
	margin-left: 10px;
	font-family:"微软雅黑","Microsoft Yahei";
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.form-box .sub{
	background-color: #005ca1;
}
.form-box .reset{
	background-color: #f8b551;
}
.form-box .sub:hover, .form-box .reset:hover{
	opacity: .8;
}

.compare-bar{
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: #fff;
	z-index: 60;
}
.list-compare{
	padding: 20px 0;
}
.list-compare li .img{
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-position: 50% 50%;
	padding-top: 54%;
	background-repeat: no-repeat;
	display: block;
	margin: 10px 0;
}
.add-item{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -30px;
	margin-top: -30px;
	height: 60px;
	width: 60px;
	background: url(/Public/Images/home/phpcms/zh-cn/add_2.gif) no-repeat 50%;
}

.list-compare li{
	float: left;
	width: 25%;
	text-align: center;
	border-right: 1px dashed #cccccc;
	position: relative;
	min-height: 130px;
}
.list-compare-box{
	position: relative;
}
.compare-button{
	margin-top: 30px;
	float: right;
	text-align: center;
	width: 250px;
}
.compare-button a{
	width: 120px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: 0;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-top: 14px;
	color: #979797;
	border: 1px solid #dcdcdc;
}
.clear-u{
	color: #fff !important;
	background-color: #0861a4;
	border-color: #0861a4;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.clear-u:hover{
	background-color: #014b84;
}
.hide-bar:hover{
	text-decoration: underline;
}
.go-u:hover{
	color: #005ca1;
}
.list-compare{
	overflow: hidden;
}
.compare-bar .wp{
	border: 1px solid #dcdcdc;
}

.compare-bar em{
	float: right;
	cursor: pointer;
}
.compare-bar em:hove{

}
.compare-bar h3{
	height: 44px;
	line-height: 44px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 0 40px 0 20px;
	overflow: hidden;
	background-color: #818181;
}
.hide-bar{
	font-size: 14px;
}
.remove-item{
	position: absolute;
	right: 10px;
	bottom: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #dcdcdc;
	text-align: center;line-height: 20px;
	font-family: \5b8b\4f53;
	color: #c9c9c9;
}
.remove-item:hover{
	border-color: #005ca1;
}
.list-compare h4{font-size: 14px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}


.btn-c1{
	text-align: center;
	border: 0;
	cursor: pointer;
	display: inline-block;
	margin-top: 14px;
	color: #979797;
	color: #fff !important;
	background-color: #0861a4;
	border-color: #0861a4;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.btn-c1:hover{
	background-color: #014b84;
}
.pop-max-error{
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -188px;
	width: 376px;
}
.pop-max-error .btn-c1{
	width: 95px;
	height: 36px;
	line-height: 36px;
}
.pop-max-error{
	text-align: center;
	border: 1px solid #dcdcdc;
	border-top: 4px solid #818181;
	padding: 30px 0;
	background-color: #fff;
	z-index: 60;
}
.pop-max-error h3{
	font-weight: bold;
	font-size: 28px;
	line-height: 2;
}
.pop-max-error p{
	margin-bottom: 10px;
}



.article-box{
    position: relative;
}
.article-box .hd{
	padding: 60px 0 0 0;
}
.article-box .sub-hd{
	background-color: #edf1f7;
	height: 42px;
	line-height: 42px;
	font-size: 13px;
}
.article-box .bd{
    line-height: 1.8;
}
.article-box .fd{
    padding: 20px 0;
    border-top: 1px dotted #dcdcdc;
    line-height: 1.8;
    position: relative;
}
.article-box .fd a:hover{
	color: #5488e5;
}

.article-box .fd p{margin-bottom: 5px;}
.article-box .hd{
    padding-bottom: 24px;
    text-align: center;
}
.article-box .bd{
    padding: 30px 0;
}
.article-box .hd span{
    margin: 0 10px;
    color: #999;
}
.article-box .hd h1{
    font-size: 25px;
    margin-bottom: 26px;
    color: #333;
}

.article-box .bd p{
	margin-bottom: 20px;
}

.bdsharebuttonbox{
	margin-top: 7px;
	float: right;
}

.sub-t2 {text-align: center;
	white-space: nowrap;
	overflow: auto;
}
.sub-t2 a{
	display: inline-block;
	padding: 5px 16px;
	line-height: 1;
	border-right: 1px solid #dcdcdc;
	color: #999;
}
.sub-t2 a:last-child{
	border: none;
}
.sub-t2 a:hover{
	color: #005ca1;
}
.sub-t2 a.on{
	background-color: #a0a0a0;
	color: #fff;
}
.sub-t2{
	margin-bottom: 46px;
	margin-top: 30px;
}
.down-box .page{
	padding-top: 20px;
}
.news-list-box .page,
.video-list-box .page{
	padding-top: 10px;
}

.z-tip {
    position: absolute;
    left: 10px;
    top: -52px;
    color: #fff;
    background-color: #f1433c;
    white-space: nowrap;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 12px;
}

.z-tip u {
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-color: transparent;
    border-style: solid;
    border-top-color: #f1433c;
    font-size: 12px;
}
.show-tip .z-tip{
    top: -30px;
    visibility: visible;
    opacity: 1;
}

.qr-wx{
	position: absolute;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
	padding: 10px;
	top: 0;
	right: -20px;
	width: 120px;
	background-color: #fff;
	z-index: -1;
}
.qr-wx img{
	width: 120px;
}
.side-tel{
	background-color: #087acf;
	font-size: 24px;
	color: #fff;
	position: absolute;
	opacity: 0;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
	height: 80px;
	line-height: 80px;
	white-space: nowrap;
	top: 0;
	z-index: -1;
	padding: 0 20px;
	right: 0;
}
.i-side .s3:hover .qr-wx{
	visibility: visible;
	opacity: 1;
	right: 80px;
	box-shadow: 0 0 3px 3px rgba(0,0,0,.1);
}

.i-side .s4:hover .side-tel{
	visibility: visible;
	opacity: 1;
	right: 80px;
}


.m-sub-menu .slick-arrow{
    position: absolute;
    width: 40px;
    height: 50px;
    top: 0;
    border: none;
    font-size: 0;
}
.m-sub-menu .slick-prev{
    left: -40px;
    background:url(/Public/Images/home/phpcms/zh-cn/u_l1.png) no-repeat 50% 50%;
}
.m-sub-menu .slick-next{
    right: -40px;
    background:url(/Public/Images/home/phpcms/zh-cn/u_r1.png) no-repeat 50% 50%;
}
.sub-menu-box{
    overflow: hidden;
    padding: 0 40px;
    background-color: #e8e8e8;
    display: none;
    position: relative;z-index: 60;
}
.m-sub-menu a{
    text-align: center;
    font-size: 14px;
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    display: block;
}
.bussales-network{
	float: none;width: 100%;
	padding-left: 0;

}
.bussales-network .list-result{
	margin: 0 -5px;
}
.bussales-network .list-result li{
	float: left;
	width: 33.33333%;
	padding-left: 5px;
	padding-right: 5px;
	border: none;
}
.bussales-network .list-result .pad{
	border-bottom: dashed 1px #bfbfbf;
	height: 180px;
}


/*newenergy*/
.newenergy_ad{background: url("/Public/Images/home/phpcms/zh-cn/newenergyad.jpg") no-repeat;width: 100%;position: relative;overflow: hidden;-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
     padding: 16.8% 0; }
.newenergy_ad p{font-size: 40px;font-weight: bold;color: #333333;position: absolute;left: 60%;top: 37%;}
.title {font-weight: bold;color: #333;text-align: center;margin:75px auto 45px;}
.safety ul{text-align: center;margin-top: 40px;}
.title span {display: block;font-size: 30px;}
.t5{color: #333;font-size: 20px;line-height: 28px;margin-bottom: 15px;}
.safety p{font-size: 14px;color: #666666;line-height: 22px;text-indent:2em}
.safety ul li{list-style: none;display: inline-block;width: 26%;}
.stracture p{font-size: 14px;color: #666666;line-height:22px;text-indent:2em}
.stracture ul{margin: 35px -1% 55px;}
.stracture ul li{list-style: none;display: inline-block;width:25%;padding: 0 1%;}
.stracture ul li img{border: 1px solid #bebebe;}
.stracture ul li:last-child{margin-right: 0;}

.security{overflow: hidden;}
.securitypart1{width: 50%;float: left;}
.securitypart2{width: 45%;float: right;margin-top: 75px;}
.security .securitypart2 .t4{font-size: 30px;font-weight: bold;color: #333;margin-bottom: 20px;text-align: center;}
.security .securitypart2 p{font-size: 14px;color: #666666;line-height:22px;text-indent:2em}

.cabinet {margin-top: 45px;}

.safebattery ul{margin: 25px -1% 10px;}
.safebattery ul li{list-style: none;display: inline-block;width: 25%;padding: 0 1%;}
.safebattery ul li img{border: 1px solid #bebebe;}
.safebattery li p{color:#666666;line-height: 22px;margin-top: 12px;text-align: center;}


.remotecontrol{overflow: hidden;margin: 80px auto 10px;}
.controlleft{float: left;width: 50%;}
.controlright{float: right;width: 45%;margin-top: 40px;}
.remotecontrol .controlright .t4{font-size: 30px;font-weight: bold;color: #333;margin-bottom: 20px;text-align: center;}
.remotecontrol .controlright p{font-size: 14px;color: #666666;line-height:22px;text-indent:2em}


.configure dd{display: inline-block;padding: 12px 20px;vertical-align: middle;border-left: 1px solid #d0d0d0;height: 100%;text-align: center;border-top: 1px solid #d0d0d0;}
.configure .row4 dd{border-bottom:1px solid #d0d0d0;}
.configure .column4{border-right:1px solid #d0d0d0;}
.row1{height: 45px;}
.row2{height: 45px;}
.row3{height: 80px;}
.row4{height: 45px;}
.column1{width: 12%;}
.column2{width: 30%;}
.column3{width: 30%;}
.column4{width: 28%;}

.plan{background-color: #0066b5;padding: 10px 5px 30px;text-align: center;max-width: 763px;width: 100%;margin: 0 auto 38px;}
.plan li{display: inline-block;list-style: none;vertical-align: top;width: 31%;text-align: center;margin: 0 1%;}
.plan li p{padding: 10px 24px;text-align: left;color: #0066b5;}
.plan li .p1{min-height:132px;background-color: #fff;overflow: hidden;}
.plan li span{height: 55px;font-size: 16px;color: #fff;line-height: 55px;overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;}

.contrast-title {font-weight: bold;color: #fff;text-align: center;margin:30px auto 20px;font-size: 30px;}
.contrast{background-color: #0066b5;padding: 10px .5% 15px;}
.contrast li{display: inline-block;list-style: none;vertical-align: top;width: 24%;text-align: center;margin: 0 .5%;}
.contrast li p{padding: 10px 24px;text-align: left;color: #0066b5;}
.contrast li .p2{height:214px;background-color: #fff;overflow: hidden;}
.contrast li span{height: 55px;font-size: 16px;color: #fff;line-height: 55px;overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;}
.chargingsystem,.changesystem{margin: 0 -1%;}
.batterycharging .mobile{display: none;}
.chargingsystem ul li{display: inline-block;list-style: none;width: 25%;vertical-align: top;padding: 0 1%;margin-bottom: 30px;}
.chargingsystem ul li img{width: 100%;}
.system{background-color: #65a5d5;color: #fff;border-radius: 8px;-moz-border-radius:8px;-webkit-border-radius:8px;text-align: center;padding:20px 15px;line-height: 22px;margin-bottom: 18px;}
.chargingsystem .system{min-height: 160px;}
.changesystem .system{min-height: 180px;}
.system:hover{background-color: #0066b5;}
.system span{line-height: 30px;}
.system p{text-align: left;font-size: 12px;}
.relation{background-color: #65a5d5;min-height: 150px;color: #fff;border-radius: 8px;-moz-border-radius:8px;-webkit-border-radius:8px;padding:20px 15px;line-height: 22px;margin-top: 20px;}
.relation p{text-align: left;font-size: 12px;}
.relation:hover{background-color: #0066b5;}

.changesystem ul li{display: inline-block;list-style: none;width: 25%;vertical-align: top;padding: 0 1%;margin-bottom: 45px;}
.changesystem ul li img{width: 100%;}

.relation-both{background-color: #65a5d5;width: 209%;min-height: 150px;color: #fff;border-radius: 8px;-moz-border-radius:8px;-webkit-border-radius:8px;padding:20px 15px;line-height: 22px;margin-top: 20px;}
.relation-both p{text-align: left;font-size: 12px;}
.relation-both:hover{background-color: #0066b5;}



/*lastmile最后一公里*/
.lk-row{position: relative;}
.lk-row h2{font-size: 28px;font-weight: bold;color: #333333;}
.lk-row strong{color: #117ccd;}
.icontxt1{background: url("/Public/Images/home/phpcms/zh-cn/icontxt1.png")no-repeat 0% 45%;padding-left: 25px;}
.icontxt2{background: url("/Public/Images/home/phpcms/zh-cn/icontxt2.png")no-repeat 0% 45%;padding-left: 25px;}
.icontxt3{background: url("/Public/Images/home/phpcms/zh-cn/icontxt3.png")no-repeat 0% 45%;padding-left: 25px;}
.icontxt4{background: url("/Public/Images/home/phpcms/zh-cn/icontxt4.png")no-repeat 0% 45%;padding-left: 25px;}
.lk-row .text{float: right;top: 10%;right: 3%;position: absolute;width: 50%;}
.lk-row .text p{font-size: 16px;color: #323232;line-height: 1.8;}
h2.h2-r{padding-left: 22%;}

.baner_box {width: 100%;}
.baner_box{position: relative;overflow: hidden;margin: 55px auto 60px;max-width: 1000px;}
.baner_box .adtit{text-align: center;}
.baner_box h2{font-size: 37px;color: #39393a;font-weight: bold;line-height: 60px;}
.baner_box h2 strong{color: #0475ca;}
.keyword{background: #0475ca;width: 25%;height: 35px;color: #fff;font-size: 19px;line-height: 35px;margin: 0 auto;font-weight: bold;}


.baner_box .slick-prev, .baner_box .slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    /*display: block;*/
    width: 40px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.baner_box .slick-dots {
    /*position: absolute;*/
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}


.baner_box .slick-dots li {
    border-radius: 12px;
    border:2px solid #0475ca;
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.baner_box .slick-dots li button {
    border-radius: 12px;
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.baner_box .slick-dots li.slick-active{
    background: #0475ca;
}


.car-d11-ad{
    background: url(/Public/Images/home/phpcms/zh-cn/d11ad.jpg) no-repeat;
    width: 100%;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding: 16.8% 0;}


.car-d11 .d11txt,.car-e7 .e7txt{position: absolute;top: 25%;color: #fff;width: 24%;}
.car-d11 h2,.car-e7 h2{font-size: 37px;font-weight: bold;line-height: 1.8;margin: 10px 0;}
.car-d11 .d11txt p,.car-e7 .e7txt p{font-size: 14px;line-height: 1.8;}
.car-d11 .performs,.car-e7 .performs{margin: 55px auto 60px;overflow: hidden;}
.car-d11 .performs h3,.car-e7 .performs h3{font-size: 28px;color: #3e3e3e;text-align: center;font-weight: bold;margin: 10px auto 36px;}
/*.car-e7 .performs ul li{float: left;vertical-align: top;list-style: none;display: inline-block;width: 22.7%;background-color: #0475ca;
    margin:23px 10px;}*/
.milestxt{width: 100%;background: #005ca1;min-height: 240px;text-align: center;font-size: 30px;padding-top: 75px;}
.milestxt h4{color: #fff;font-weight: 500;line-height: 1.8}
.mile-d11{background: #eeeeee;padding: 60px 0;}
.car-d11 .performs ul li p, .car-e7 .performs ul li p {
    width: 98%;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    padding-bottom: 5px;
}
.car-d11 .performs ul li,
.car-e7 .performs ul li{
    width:33%;
    padding: 0 10px;
    float: left;
    vertical-align: top;
}
.car-d11 .performs ul li .imgtxt,
.car-e7 .performs ul li .imgtxt{
    background-color: #0475ca;
}
.car-d11 .performs ul li img,
.car-e7 .performs ul li img{
    display: block;
    width: 100%;
}

.car-e7-ad {
    background: url(/Public/Images/home/phpcms/zh-cn/e7ad.jpg) no-repeat;
    width: 100%;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    /*padding: 16.8% 0;*/
    padding-top: 31%;
}
.e7type{background: url("/Public/Images/home/phpcms/zh-cn/e7bg.jpg")no-repeat 0 102%;padding-bottom: 48px;}
.e7li{z-index: 9;position: relative;margin: 0 -28px 0 0;overflow: hidden;}
.e7bg{position: absolute;top:51%;z-index: 0;}

.lastmile{background: url("/Public/Images/home/phpcms/zh-cn/lastmilee7bg.png")no-repeat;overflow: hidden;line-height: 1.8;min-height: 533px;}
.lastmile-left{width: 54%;}
.lastmile-right{width: 40%;}
.lastmile .lastmile-left{float: left;padding-top: 6%;}
.lastmile .lastmile-right{float: right;padding-top: 5%;}
.lastmile p{font-size: 16px;color: #848484;}


.baner_box-l{float: left;width: 53.8%;}
.baner_box-r{
    background: url("/Public/Images/home/phpcms/zh-cn/border.png") no-repeat;
    width: 45.2%;
    height:312px;
    float: right;
    margin: 45px 0;
    padding: 25px 38px;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.baner_box-r h2{
    font-size: 28px;
    color:#0475ca;}
.baner_box-r p{font-size: 14px;line-height: 28px;color: #717171;}
.imgtxt{height: 110px;padding: 25px 0;}
.list-special-topic,
.i-t1,
.list-special-topic li{
	overflow: hidden;
}



.m-lan a{
	float: left;
	width: 50%;
	text-align: center;
}

.table-scroll{
	overflow: auto;
	width: 100%;
}

.join_detail .fileselect {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAUCAYAAADhj08IAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1RTI1NjNEMzIzRjJFNTExOTdGMERFM0MwNkNDOUUxMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGMEFGRERDRjg2RjMxMUU2QjlDN0JFMjRFRkMzNzI1QiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGMEFGRERDRTg2RjMxMUU2QjlDN0JFMjRFRkMzNzI1QiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2ZGI3ZWJiZi01ZmNiLTJhNDktOTE4Zi1mYjBlZmQ3Zjg1MTIiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpjN2I2OWQyMC04MTMwLTExZTYtODk3MC1hNjNiOTU1MDU2MWUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7uL44rAAAApElEQVR42mJMS0tjwAIYgbgJiKuhbLoDFixinEC8CIhDgPgyEOsNgLv+oztMEog3ALEZlM/BMEAA2WEGQLwZiGWQxNgHymFMUNoXiA+jOQoEuAfSYaVAvB6IeYhMg3SLyi488nwDncaE0MR/A/EXcnITtYoXmMPeMwwywMQwSAE1Evd/PHzGgXQYIy3S2KCNyhHjMMbREBt12FArYP8PNocBBBgA4PkSalg7np8AAAAASUVORK5CYII=
);overflow:hidden;}

.join_detail label {
	background: #ededed;
    font-size: 14px;
    background-repeat: no-repeat;
    background-position: 20px center;
    display: inline-block;
    padding-left: 30px;
    width: 220px;
	height:40px;
    text-align: right;
    padding-right: 10px;
    color: #999;
    line-height: 40px;
	cursor: pointer;
}
.inp-box a{vertical-align: text-bottom;}
.filesubmit{width:80px;height:40px;vertical-align: bottom;background: #005ca1;border:none;
	font-size: 14px;
	color: #fff;
	font-family: Microsoft YaHei;
	vertical-align: top;
	cursor: pointer;
	-webkit-transition:.3s;
	transition:.3s;
}
.filesubmit:hover{
	opacity: .8;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.inp-box input{font-size:14px;color:#fff;font-family: Microsoft YaHei;vertical-align: top;}
.inp-file {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
	line-height: 40px;
}
.white_content{
    display: none;
    z-index:9999;
    background-color: white;
}
.white_content .light_box{
    margin: 18px;
}
.black_overlay{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index:998;
    background-color:#d5d5d5;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=88);
}
.closea{
    float: right;
}
.xiala{
    float: left;
    margin-top: 2%;
    width: 50%;
    height: 30px;
}
.mingzi{
    margin-top: 2%;
    width: 100%;
    height: 30px;
}
.jieshao{

    width: 100%;
}
.shouji{
    margin-top: 2%;
    width: 100%;
    height: 30px;
}
.xuqiu{
    margin-top: 2%;
    width: 100%;
    resize:none;
    height: 60px;
}
.tijiao{
    margin-top: 2%;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    background-color: #00AAFF;
    font-size: 20px;
    color: white;
}

.order_big{
    width: 90%;
    height: auto;
    margin: auto;
}
.order_title{
    font-size: 30px;
    color: #000;
    text-align: center;
}
.introduce{
    width: 100%;
    font-size: 16px;
    color: #000;
    margin-top: 16px;
}
.order_name{
    width: 100%;
    height: 45px;
    border: 1px solid#1b1b1b;
    border-radius: 3px;
    margin-top: 20px;
    font-size: 20px;
}
.order_phone{
    width: 100%;
    height: 45px;
    border: 1px solid#1b1b1b;
    border-radius: 3px;
    margin-top: 20px;
    font-size: 20px;
}
textarea#order_demand{
    width: 100%;
    height: 170px;
    resize:none;
    border: 1px solid#1b1b1b;
    border-radius: 3px;
    font-size: 20px;
    font-family:宋体;
    color: #000000;
    margin-top: 20px;
}
.order_submit{
    width: 100%;
    height: 50px;
    font-size: 25px;
    background: #00AAFF;
    margin: auto;
    border-radius: 8px;
    color: #ffffff;
    margin-top: 15px;
}

.var_nav{
	max-width:1465px !important;
}